home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_08_05 / 8n05077a < prev    next >
Text File  |  1990-04-17  |  97b  |  10 lines

  1.  
  2. Listing 7:
  3. test()
  4. {
  5.     static int testcalled = 0;
  6.     testcalled++;
  7.     return(testcalled);
  8. }
  9.  
  10.